home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / id_chk11.zip / ID_CHECK.DOC < prev    next >
Text File  |  1993-06-14  |  2KB  |  46 lines

  1.  +--------------------------[ ID_CHECK Ver 1.10 ]----------------------------+
  2.  |  Written By Gary Meeker 06/01/93                        Updated 06/14/93  |
  3.  |  SYSOP: SHARP Technical Support Line BBS               Lawrenceville, GA  |
  4.  |         (404) 962-1788                          300-14400 Baud. 24 Hours  |
  5.  +---------------------------------------------------------------------------+
  6.  V1.00  06/01/93 - Initial Release
  7.  V1.10  06/14/93 - 2nd Release - Added feature to collect numbers to check
  8.                    from Users known to use PC Pursuit.
  9.  
  10. ID_CHECK is designed to check a list of phone numbers against the phone number
  11. in the callerid file and if a match occurs, delete the callerid file. The need
  12. for this arose due to PC PURSUIT and similar services.   Long Distance callers
  13. were being verified at local numbers returned by Caller ID  when they were not
  14. actually calling local. Not so bad but PCBVerify was logging the number and an
  15. other caller that came through at the same phone number could not get verified
  16. unless they called direct.  It seemed easier to just place all the numbers you
  17. find that belong to these services in a file and if a  match is found,  delete
  18. the callerid file and let PCBVerify do it's thing.
  19.  
  20. Version 1.10 adds the ability to create a list of long distance callers who are
  21. known to use PC-Pusuit. If the number does not match the list, then this list
  22. will be checked and if a name matches then the phone number will be added to
  23. the list. This will allow you to build a lost of numbers. To use this feature
  24. though you will need to run ID_CHECK in your $$LOGON.BAT instead of the batch
  25. file for PCBVerify as described below.
  26.  
  27. ID_CHECK runs in your PCBVerify Door Batch file before PCBVerify itself is run
  28. and has three command line arguments to locate the callerid file,  the list of
  29. numbers to check file and the list of names to collect numbers from, ie:
  30.  
  31. ID_CHECK C:\PCB\CALLERID C:\DOORS\VERIFY\BAD_NUM.LST C:\DOORS\VERIFY\PCP.LST
  32.  
  33. The format of the list file is the same as the callerid file with one
  34. phone number per line:
  35.  
  36. AAA-XXX-NNNN
  37.  
  38. The format of the name list (parameter #3) is one name per line:
  39.  
  40. MIKE BATE
  41. PCPURSUIT USER
  42. GARY MEEKER
  43.  
  44. That's it. Nothing else needed. Please direct any comments or suggestions to
  45. me at the above number or in the Utilities Conference at SaltAir.
  46.